From: Juanma Barranquero Date: Tue, 3 Apr 2007 11:10:09 +0000 (+0000) Subject: (activate-mark-hook): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~29472 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6cbb0bb0764d5f3c0c023d501f700eb26d9e10dc;p=emacs.git (activate-mark-hook): Fix typo in docstring. --- diff --git a/lisp/simple.el b/lisp/simple.el index bec0d9ed5f3..1554378d138 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3093,7 +3093,7 @@ START and END specify the portion of the current buffer to be copied." (defvar activate-mark-hook nil "Hook run when the mark becomes active. It is also run at the end of a command, if the mark is active and -it is possible that the region may have changed") +it is possible that the region may have changed.") (defvar deactivate-mark-hook nil "Hook run when the mark becomes inactive.")